home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
e_to_l
/
isamexpt
/
isam_key.dfm
/
isam_key.txt
Wrap
Text File
|
1996-09-15
|
1KB
|
57 lines
object IsamKeyDialog: TIsamKeyDialog
Left = 263
Top = 115
ActiveControl = OKBtn
BorderStyle = bsDialog
Caption = 'Key einstellen'
ClientHeight = 128
ClientWidth = 266
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 249
Height = 61
Shape = bsFrame
IsControl = True
end
object OKBtn: TBitBtn
Left = 44
Top = 84
Width = 77
Height = 27
TabOrder = 0
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 152
Top = 84
Width = 77
Height = 27
TabOrder = 1
Kind = bkCancel
Margin = 2
Spacing = -1
IsControl = True
end
object ComboBox1: TComboBox
Left = 32
Top = 24
Width = 197
Height = 21
ItemHeight = 13
TabOrder = 2
Text = 'ComboBox1'
end
end